home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.xsave / 000118_fdc@panix.com_Thu Sep 20 14:59:29 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader1.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.os.linux.networking,comp.protocols.kermit.misc
  4. Subject: Re: Best speed for file transfers?
  5. Date: Thu, 20 Sep 2007 18:58:22 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 48
  8. Message-ID: <slrnff5gmf.7ev.fdc@panix1.panix.com>
  9. References: <jvbGi.7057$JD.4966@newssvr21.news.prodigy.net> <fcbudj$sc9$1@registered.motzarella.org>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix1.panix.com
  12. X-Trace: reader1.panix.com 1190314702 4398 166.84.1.1 (20 Sep 2007 18:58:22 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Thu, 20 Sep 2007 18:58:22 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.os.linux.networking:481987 comp.protocols.kermit.misc:15690
  17.  
  18. On 2007-09-13, ERACC <junkmail@eracc.com> wrote:
  19. : On Thu, 13 Sep 2007 14:08:15 +0000, ***** charles wrote:
  20. :
  21. :> I need to transfer lots of large (4-5G)files from several computers to
  22. :> one over a network.  I have access to 1G switches and such so what
  23. :> would be the best way to accomplish this, ftp, cp, samba, nfs, zfs
  24. :> etc....? [...]
  25. :
  26. : Any of the above will work as long as the receiving filesystem can handle 
  27. : files larger than 2GB. You will be limited by the slowest link in the 
  28. : network between your new host and each system. I usually use c-kermit on 
  29. : both ends of Unix connections to transfer lots of files. It can be used 
  30. : over telnet or ssh to do this. If it matters to you c-kermit is not OSS. 
  31. : The version for Micro$oft systems is not "free".
  32. :
  33. : http://www.columbia.edu/kermit/ck80.html
  34. : http://www.columbia.edu/kermit/k95.html
  35. :
  36. : If you use it and like it you might want to purchase the manual:
  37. :
  38. : http://www.columbia.edu/kermit/manuals.html
  39. :
  40. : Use this URL to read the C-Kermit 7.0/8.0 license:
  41. :
  42. : ftp://kermit.columbia.edu/kermit/f/COPYING.TXT
  43. :
  44. : Cross-post to: comp.protocols.kermit.misc
  45. :
  46. Note that support for large files (> 2GB) in the current Kermit
  47. releases is limited to pure 64-bit platforms like Tru64 Unix.
  48.  
  49. Preview versions of the next C-Kermit release are available here:
  50.  
  51.   http://www.columbia.edu/kermit/ckdaily.html
  52.  
  53. This version supports transfer of large files, both with Kermit 
  54. protocol and FTP, on many platforms, listed here:
  55.  
  56.   http://www.columbia.edu/kermit/ckc212.html
  57.  
  58. As to speed, you can measure it yourself but modern Kermit is
  59. a lot faster than many people imagine.  It has been adapted to
  60. today's relatively transparent and error-free transports (TCP/IP,
  61. error-correcting modems, big buffers, etc) to go at speeds close
  62. to the connection speed itself; sometimes a bit faster due to
  63. a simple built-in compression method.
  64.  
  65. - Frank